net/http.http2serverConn.sendWindowUpdate (method)

10 uses

	net/http (current package)
		h2_bundle.go#L4785: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5397: 			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5529: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5670: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5687: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5708: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L6326: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L6330: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L6336: 	sc.sendWindowUpdate(st, int(n))
		h2_bundle.go#L6340: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {